home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VSCURADD.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
949b
|
36 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*-----------------------------------------------------------------------
;* Direct alpha cursor address.
;*-----------------------------------------------------------------------
globl _vs_curaddress
_vs_curaddress:
; .cargs #8,handle.w,row.w,col.w
handle = 8
row = 10
col = 12
link a6,#0
; VContrl #5,#11,,#2
move.w handle(a6),-(sp) ; contrl[6]
move.w #11,-(sp) ; contrl[5]
subq.l #2,sp ; contrl[4]
move.w #2,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #5,-(sp) ; contrl[0]
lea -12(sp),sp ;* -> ptsout, intout, ptsin
pea row(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end